projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843975d
)
(features): Add `md5' and `overlay' to the list.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 14 Mar 2001 15:46:58 +0000
(15:46 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 14 Mar 2001 15:46:58 +0000
(15:46 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index d1e16d6da6a9564de7e778605d86f2ddff74e098..3d9c6604aef6475a642fe01c2787b2f269426ce4 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-490,8
+490,10
@@
buffer, mouse-2: prev, M-mouse-2: next, mouse-3: buffer menu")
(make-variable-buffer-local 'indent-tabs-mode)
-;; We have base64 functions built in now.
+;; We have base64
and md5
functions built in now.
(add-to-list 'features 'base64)
+(add-to-list 'features 'md5)
+(add-to-list 'features 'overlay)
(define-key esc-map "\t" 'complete-symbol)